Skip to content

Conversation

@bhatiadheeraj
Copy link
Contributor

No description provided.

<b-row>
<b-col>
<div v-if="app.stats && app.stats.monthlyCounts && app.stats.monthlyCounts.length">
<ExportablePlotly v-if="appStats" :data="appStats" :layout="statsLayout"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bhatiadheeraj Like you were saying, I think plotly graph might be too heavy for this? You can use visjs also which is a bit lighter than plotly graph. You can also just render a simple graph manually with a few simple

or SVG drawing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants